home *** CD-ROM | disk | FTP | other *** search
/ Personal Computer World 2009 February / PCWFEB09.iso / Software / Shareware / Beyond Compare 3.0.10 / BCompareSetup.exe / {app} / BCompare.exe / 0 / RCDATA / TSTARTUPPREFSFRAME / TSTARTUPPREFSFRAME.txt
Text File  |  2008-11-03  |  4KB  |  158 lines

  1. inherited StartupPrefsFrame: TStartupPrefsFrame
  2.   HelpType = htKeyword
  3.   HelpKeyword = 'Startup_Options'
  4.   Caption = 'Startup'
  5.   inherited DefaultBtn: TUiButton
  6.     TabOrder = 2
  7.   end
  8.   object StartupGroupBox: TUiGroupBox
  9.     Left = 8
  10.     Top = 8
  11.     Width = 409
  12.     Height = 201
  13.     Caption = 'On startup'
  14.     TabOrder = 0
  15.     object WorkspaceAutoLoadNameLbl: TUiLabel
  16.       Left = 8
  17.       Top = 20
  18.       Height = 13
  19.       Caption = 'Load workspace:'
  20.       FocusControl = WorkspaceAutoLoadNameEdit
  21.     end
  22.     object WorkspaceAutoSaveNameLbl: TUiLabel
  23.       Left = 208
  24.       Top = 20
  25.       Height = 13
  26.       Caption = 'On exit, save workspace as:'
  27.       FocusControl = WorkspaceAutoSaveNameEdit
  28.     end
  29.     object CheckForUpdatesDayAmtDaysLbl: TUiLabel
  30.       Left = 80
  31.       Top = 174
  32.       Height = 13
  33.       Caption = 'days'
  34.     end
  35.     object CheckForUpdatesLastCheckedLbl: TUiLabel
  36.       Left = 176
  37.       Top = 174
  38.       Height = 13
  39.       Caption = '%'
  40.     end
  41.     object WorkspaceAutoLoadNameEdit: TUiComboBox
  42.       Left = 8
  43.       Top = 36
  44.       Width = 193
  45.       Height = 21
  46.       ItemHeight = 13
  47.       TabOrder = 0
  48.       OnChange = SomethingChangedClick
  49.     end
  50.     object WorkspaceAutoSaveNameEdit: TUiComboBox
  51.       Left = 208
  52.       Top = 36
  53.       Width = 193
  54.       Height = 21
  55.       ItemHeight = 13
  56.       TabOrder = 1
  57.       OnChange = SomethingChangedClick
  58.     end
  59.     object ShowQuickCompareEdit: TUiCheckBox
  60.       Left = 8
  61.       Top = 68
  62.       Height = 17
  63.       Caption = 'When starting with file comparison, show quick compare dialog'
  64.       TabOrder = 2
  65.       OnClick = SomethingChangedClick
  66.     end
  67.     object BinaryQuickCompareEdit: TUiRadioButton
  68.       Left = 24
  69.       Top = 86
  70.       Height = 17
  71.       Caption = 'Binary quick compare'
  72.       TabOrder = 3
  73.       OnClick = SomethingChangedClick
  74.     end
  75.     object RulesBasedQuickCompareEdit: TUiRadioButton
  76.       Left = 24
  77.       Top = 102
  78.       Height = 17
  79.       Caption = 'Rules-based quick compare'
  80.       TabOrder = 4
  81.       OnClick = SomethingChangedClick
  82.     end
  83.     object ShowDiffViewAlwaysEdit: TUiCheckBox
  84.       Left = 24
  85.       Top = 120
  86.       Height = 17
  87.       Caption = 'Open view automatically if files are different'
  88.       TabOrder = 5
  89.       OnClick = SomethingChangedClick
  90.     end
  91.     object CheckForUpdatesEdit: TUiCheckBox
  92.       Left = 8
  93.       Top = 150
  94.       Height = 17
  95.       Caption = 'Check for updates every:'
  96.       TabOrder = 6
  97.       OnClick = SomethingChangedClick
  98.     end
  99.     object CheckForUpdatesDayAmtEdit: TUiSpinEdit
  100.       Left = 24
  101.       Top = 170
  102.       Width = 50
  103.       Height = 21
  104.       Max = 365
  105.       Min = 1
  106.       Position = 1
  107.       TabOrder = 7
  108.       OnChange = SomethingChangedClick
  109.     end
  110.   end
  111.   object ShellExtGroupBox: TUiGroupBox
  112.     Left = 8
  113.     Top = 214
  114.     Width = 409
  115.     Height = 171
  116.     Caption = 'Explorer integration'
  117.     TabOrder = 1
  118.     object ShellExtEdit: TUiCheckBox
  119.       Left = 8
  120.       Top = 20
  121.       Height = 17
  122.       Caption = 'Include Beyond Compare in Explorer context menu'
  123.       TabOrder = 0
  124.       OnClick = SomethingChangedClick
  125.     end
  126.     object ShellExtItemPosTable: TUiListTable
  127.       Left = 24
  128.       Top = 40
  129.       Width = 377
  130.       Height = 81
  131.       HeaderCols.Items = (
  132.         '200'
  133.         '180')
  134.       HeaderCols.WideStrings = (
  135.         'Command'
  136.         'Location')
  137.       HeaderHeight = 19
  138.       TabOrder = 1
  139.       VertLines = True
  140.       OnClick = ShellExtItemPosTableClick
  141.     end
  142.     object ShellExtItemPosEdit: TUiRadioGroup
  143.       Left = 24
  144.       Top = 128
  145.       Width = 377
  146.       Height = 33
  147.       Caption = '%'
  148.       Columns = 3
  149.       Items.WideStrings = (
  150.         'None'
  151.         'Main menu'
  152.         'Submenu')
  153.       TabOrder = 2
  154.       OnClick = ShellExtItemPosClick
  155.     end
  156.   end
  157. end
  158.